home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 21 / Cream of the Crop 21 (Terry Blount) (October 1996).iso / editor / auror300.zip / SIEVE.DOX < prev    next >
Text File  |  1996-07-17  |  303b  |  11 lines

  1.  
  2.   SIEVE.AML
  3.   Sieve of Eratosthenes Demo 
  4.  
  5.   This macro uses the Sieve of Eratosthenes to list the prime numbers
  6.   from 1 to 4001. This method originated in the 3rd century B.C.
  7.  
  8.   The Sieve of Eratosthenes is often used for benchmarking and
  9.   demonstrates the use of macro language arrays.
  10.  
  11.